luci-theme-*: layout improvements
authorPaul Donald <[email protected]>
Sun, 8 Jun 2025 20:59:41 +0000 (22:59 +0200)
committerPaul Donald <[email protected]>
Sun, 8 Jun 2025 20:59:41 +0000 (22:59 +0200)
bootstrap now utilizes more screen width for main content

Signed-off-by: Paul Donald <[email protected]>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 67c23fe43d33ad69ab2f76a48e63b50882cd7607..c9c11ea45c770aeb26de5d3a93340ca4ecd30de5 100644 (file)
@@ -291,8 +291,7 @@ body {
 }
 
 .container {
-       width: 100%;
-       max-width: 940px;
+       width: 86%;
        margin-left: auto;
        margin-right: auto;
        zoom: 1;